home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
ui
/
globals.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
560b
|
38 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
This is part of the shell user-interface for the WAIS software. Do with it
as you please.
jonathan@Think.COM
* $Log: wais.h,v $
*/
#ifndef H_GLOBALS
#define H_GLOBALS
#ifdef MAIN
#define ext
#else
#define ext extern
#endif
ext char* command_name;
ext char *sdir, *cdir;
ext int numtosave;
ext int NumQuestions;
ext Question the_Question;
ext SList Sources;
ext int NumSources;
ext int maxDocs;
#endif